home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / SBOS2 / config.h < prev    next >
C/C++ Source or Header  |  1995-05-15  |  607b  |  33 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for OS/2 */
  6.  
  7. //#define MWDEBUG 1
  8. //#include "memwatch.h"
  9. //#include "stdlib.h"
  10.  
  11.  
  12. #ifndef __OS2__            /* now how can that be? */
  13. extern FILE *popen(char *command, char *mode);
  14. extern void pclose(FILE *f);
  15. #endif
  16.  
  17. #define EXPAND_WILDCARDS(x,y)   _wildcard(&x,&y);
  18.  
  19. /* use if "rb" has an import for the program */
  20. #define BINARY_HEEDED 
  21.  
  22. #define USE_TERMIOS
  23. #define MALLOC_NOT_IN_STDLIB
  24. #define KLUDGE_TAG
  25.  
  26. typedef void *GENERIC;
  27.  
  28. #define P(args) args
  29. /* #define P(x) ()    */
  30.  
  31. #define ID(x)
  32. /* #define ID(x)  LOCAL char *id= x ; */
  33.